var reflect.funcLookupCache
7 uses
reflect (current package)
type.go#L1829: var funcLookupCache struct {
type.go#L1979: if ts, ok := funcLookupCache.m.Load(hash); ok {
type.go#L1988: funcLookupCache.Lock()
type.go#L1989: defer funcLookupCache.Unlock()
type.go#L1990: if ts, ok := funcLookupCache.m.Load(hash); ok {
type.go#L2000: if rti, ok := funcLookupCache.m.Load(hash); ok {
type.go#L2003: funcLookupCache.m.Store(hash, append(rts, tt))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |